home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface PhotoWinProcs:Object
- {
- enum _NXWindowDepth depthOfNewWindows;
- }
-
- - setDepthOfNewWindows:(enum _NXWindowDepth)windowDepth;
- - (enum _NXWindowDepth)getDepthOfNewWindows;
-
- - displayImage:(id)theImage withName:(char *)imName atResolution:(int)imRes;
- - windowWillClose:sender;
-
- @end
-